Skip to content

docs(ado-script): document compiler-smoke-e2e harness in AGENTS.md and docs/ado-script.md#1643

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-compiler-smoke-e2e-to-arch-and-ado-script-ab1331ad00e77a55
Draft

docs(ado-script): document compiler-smoke-e2e harness in AGENTS.md and docs/ado-script.md#1643
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-compiler-smoke-e2e-to-arch-and-ado-script-ab1331ad00e77a55

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
Accuracy / structure scripts/ado-script/src/compiler-smoke-e2e/ exists as a test-only TypeScript harness alongside executor-e2e/ and trigger-e2e/, and is listed in NON_BUNDLE_DIRS in bundle-coverage.test.ts, but was absent from both the AGENTS.md architecture tree and docs/ado-script.md (workspace layout section and callout notes). AGENTS.md, docs/ado-script.md

Applied Fixes

  • Added compiler-smoke-e2e/ to the scripts/ado-script/src/ listing in AGENTS.md with a description matching the pattern used for executor-e2e/ and trigger-e2e/
  • Added a callout note in docs/ado-script.md (parallel to the existing executor-e2e and trigger-e2e notes) explaining the harness purpose, build target (test-bin/), why it is not a runtime bundle, and how it fits into the CI workflow
  • Added compiler-smoke-e2e/ to the workspace layout tree in docs/ado-script.md

Notes

Verified against:

  • scripts/ado-script/src/compiler-smoke-e2e/index.ts — confirms it is the compiler-candidate E2E orchestrator (stages fixtures, queues candidate-lane pipelines, asserts green)
  • scripts/ado-script/src/__tests__/bundle-coverage.test.ts — confirms "compiler-smoke-e2e" is in NON_BUNDLE_DIRS alongside "executor-e2e" and "trigger-e2e"
  • No source-code changes needed; only documentation files (AGENTS.md and docs/ado-script.md) were modified.

Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 226.6 AIC · ⌖ 12.3 AIC · ⊞ 8.7K ·

…d docs/ado-script.md

scripts/ado-script/src/compiler-smoke-e2e/ is a test-only orchestrator that
stages the compiler under test as a supply-chain.pipeline-artifact source and
runs the registered candidate-lane pipelines against it. It sits alongside
executor-e2e and trigger-e2e in NON_BUNDLE_DIRS but was absent from both the
AGENTS.md architecture tree and the docs/ado-script.md workspace layout and
callout notes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants